Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add event-driven projection support to event sourcing #87

Merged
merged 2 commits into from
Apr 9, 2024

Conversation

cdavernas
Copy link
Member

@cdavernas cdavernas commented Apr 9, 2024

  • Adds new ICollection and Object related extensions
  • Moves ICollection extensions into a new Neuroglia.Collections namespace
  • Adds the IProjectionManager and related services (IProjectionBuilder, ...)
  • Adds a new esdb implementation of the IProjectionManager interfaces and related services

fix(Core): Scoped ICollection extensions in a new Neuroglia.Collections namespace
…s (IProjectionBuilder, ...)

feat(EventStore): Added a new esdb implementation of the IProjectionManager interfaces and related services
@cdavernas cdavernas changed the title Feat es projections Add event-driven projection support to the EventSourcing library Apr 9, 2024
@cdavernas cdavernas changed the title Add event-driven projection support to the EventSourcing library Add event-driven projection support to event sourcing Apr 9, 2024
@cdavernas cdavernas merged commit 13f0a33 into main Apr 9, 2024
1 check passed
@cdavernas cdavernas deleted the feat-es-projections branch April 9, 2024 12:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant